func os.wrapSyscallError

4 uses

	os (current package)
		zero_copy_linux.go#L39: 	return written, handled, wrapSyscallError("sendfile", err)
		zero_copy_linux.go#L86: 	return written, handled, wrapSyscallError("splice", err)
		zero_copy_linux.go#L118: 	return written, handled, wrapSyscallError("copy_file_range", err)
		zero_copy_posix.go#L16: func wrapSyscallError(name string, err error) error {